home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 18
/
Mac Magazin and MacEasy Magazine CD - Issue 18.iso
/
Online
/
oneclickers10b3
/
Mark's OC-PPP 1.0b1
/
MacPPP Control 1.4
/
Open PPP
< prev
Wrap
Text File
|
1994-03-07
|
310b
|
11 lines
--
-- This example script uses the MacPPP Control addition to open the PPP link.
-- Running this script is identical to opening the MacPPP control panel and
-- pressing the Open button.
--
if not (PPPopened) then
openPPP
else
display dialog "MacPPP is already open" buttons {"OK"} default button "OK"
end if